Html Css Color HEX #5D62BB Chetwode Blue

📋 copy color: '#5D62BB'

red 93 ◦ green 98 ◦ blue 187

#5D62BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #5D62BB

Tints of Chetwode Blue #5D62BB

RGB

 RED value IS 93 (36.72% from 255) = 24.6%

 GREEN value IS 98 (38.67% from 255) = 25.93%

 BLUE value IS 187 (73.44% from 255) = 49.47%

R = 24.6%
G = 25.93%
B = 49.47%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5D62BB (or 0x5D62BB) is known color: Chetwode Blue. HEX triplet: 5D, 62 and BB. RGB value is (93,98,187). Sum of RGB (Red+Green+Blue) = 93+98+187=378 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.60% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #5D62BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D62BB is #A29D44. Grayscale: #6A6A6A. Windows color (decimal): -10657093 or 12280413. OLE color: 12280413.

HSL color Cylindrical-coordinate representation of color #5D62BB: hue angle of 236.81º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D62BB is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 98 187 -
CMYK 0.50 0.48 0 0.27
HSL 236.81º 0.41% 0.55% -
HSV(B) 236.81º 0.5% 0.73% -
XYZ 17.85 14.65 48.9 -
YUV 106.65 173.34 118.26 -
System Red Green Blue C M Y K H S L
Decimal 93 98 187 0.50 0.48 0 0.27 236.81 0.41 0.55
Hex 5D 62 BB 32 30 0 1B ED 29 37
Octal 135 142 273 62 60 0 33 355 51 67
Binary 1011101 1100010 10111011 110010 110000 0 11011 11101101 101001 110111

Color Harmonies of #5D62BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D62BB

Black with #5D62BB

Text Example


Text Example

White with #5D62BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D62BB; }

 p { color: rgb(93,98,187); }

 H1.HeaderClassName
 {
   color: #5D62BB;
 }
 .AnyTagClassName
 {
   color: #5D62BB;
 }
</style>

background-color css

<style>
 a { background-color: #5D62BB; }

 a { background-color: rgb(93,98,187); }

 div.DivClassName
 {
   background-color: #5D62BB;
 }
 .BgClassName
 {
   background-color: #5D62BB;
 }
</style>

border-color css

<style>
 span { border-color: #5D62BB; }

 span { border-color: rgb(93,98,187); }

 td.TdClassName
 {
   border-color: #5D62BB;
 }
 .TagClassName
 {
   border-color: #5D62BB;
 }
</style>