Html Css Color HEX #5D62BC Chetwode Blue

📋 copy color: '#5D62BC'

red 93 ◦ green 98 ◦ blue 188

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

Shades of Chetwode Blue #5D62BC

Tints of Chetwode Blue #5D62BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.6%

R = 24.54%
G = 25.86%
B = 49.6%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5D62BC (or 0x5D62BC) is known color: Chetwode Blue. HEX triplet: 5D, 62 and BC. RGB value is (93,98,188). Sum of RGB (Red+Green+Blue) = 93+98+188=379 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.54% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D62BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D62BC is #A29D43. Grayscale: #6A6A6A. Windows color (decimal): -10657092 or 12345949. OLE color: 12345949.

HSL color Cylindrical-coordinate representation of color #5D62BC: hue angle of 236.84º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D62BC is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 93 98 188 -
CMYK 0.51 0.48 0 0.26
HSL 236.84º 0.41% 0.55% -
HSV(B) 236.84º 0.51% 0.74% -
XYZ 17.96 14.69 49.47 -
YUV 106.77 173.84 118.18 -
System Red Green Blue C M Y K H S L
Decimal 93 98 188 0.51 0.48 0 0.26 236.84 0.41 0.55
Hex 5D 62 BC 33 30 0 1A ED 29 37
Octal 135 142 274 63 60 0 32 355 51 67
Binary 1011101 1100010 10111100 110011 110000 0 11010 11101101 101001 110111

Color Harmonies of #5D62BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D62BC

Black with #5D62BC

Text Example


Text Example

White with #5D62BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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