Html Css Color HEX #5B66AC Chetwode Blue

📋 copy color: '#5B66AC'

red 91 ◦ green 102 ◦ blue 172

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

Shades of Chetwode Blue #5B66AC

Tints of Chetwode Blue #5B66AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.12%

R = 24.93%
G = 27.95%
B = 47.12%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B66AC (or 0x5B66AC) is known color: Chetwode Blue. HEX triplet: 5B, 66 and AC. RGB value is (91,102,172). Sum of RGB (Red+Green+Blue) = 91+102+172=365 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.93% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B66AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B66AC is #A49953. Grayscale: #6A6A6A. Windows color (decimal): -10787156 or 11298395. OLE color: 11298395.

HSL color Cylindrical-coordinate representation of color #5B66AC: hue angle of 231.85º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B66AC is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 102 172 -
CMYK 0.47 0.41 0 0.33
HSL 231.85º 0.33% 0.52% -
HSV(B) 231.85º 0.47% 0.67% -
XYZ 16.51 14.71 41 -
YUV 106.69 164.86 116.81 -
System Red Green Blue C M Y K H S L
Decimal 91 102 172 0.47 0.41 0 0.33 231.85 0.33 0.52
Hex 5B 66 AC 2F 29 0 21 E8 21 34
Octal 133 146 254 57 51 0 41 350 41 64
Binary 1011011 1100110 10101100 101111 101001 0 100001 11101000 100001 110100

Color Harmonies of #5B66AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B66AC

Black with #5B66AC

Text Example


Text Example

White with #5B66AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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