Html Css Color HEX #5B66BC Chetwode Blue

📋 copy color: '#5B66BC'

red 91 ◦ green 102 ◦ blue 188

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

Shades of Chetwode Blue #5B66BC

Tints of Chetwode Blue #5B66BC

RGB

 RED value IS 91 (35.94% from 255) = 23.88%

 GREEN value IS 102 (40.23% from 255) = 26.77%

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

R = 23.88%
G = 26.77%
B = 49.34%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5B66BC (or 0x5B66BC) is known color: Chetwode Blue. HEX triplet: 5B, 66 and BC. RGB value is (91,102,188). Sum of RGB (Red+Green+Blue) = 91+102+188=381 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.88% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B66BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B66BC is #A49943. Grayscale: #6C6C6C. Windows color (decimal): -10787140 or 12346971. OLE color: 12346971.

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

Color convert

RGB 91 102 188 -
CMYK 0.52 0.46 0 0.26
HSL 233.2º 0.42% 0.55% -
HSV(B) 233.2º 0.52% 0.74% -
XYZ 18.14 15.36 49.59 -
YUV 108.52 172.86 115.51 -
System Red Green Blue C M Y K H S L
Decimal 91 102 188 0.52 0.46 0 0.26 233.2 0.42 0.55
Hex 5B 66 BC 34 2E 0 1A E9 2A 37
Octal 133 146 274 64 56 0 32 351 52 67
Binary 1011011 1100110 10111100 110100 101110 0 11010 11101001 101010 110111

Color Harmonies of #5B66BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B66BC

Black with #5B66BC

Text Example


Text Example

White with #5B66BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,102,188); }

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

background-color css

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

 a { background-color: rgb(91,102,188); }

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

border-color css

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

 span { border-color: rgb(91,102,188); }

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