Html Css Color HEX #5767BA Chetwode Blue

📋 copy color: '#5767BA'

red 87 ◦ green 103 ◦ blue 186

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

Shades of Chetwode Blue #5767BA

Tints of Chetwode Blue #5767BA

RGB

 RED value IS 87 (34.38% from 255) = 23.14%

 GREEN value IS 103 (40.63% from 255) = 27.39%

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 23.14%
G = 27.39%
B = 49.47%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5767BA (or 0x5767BA) is known color: Chetwode Blue. HEX triplet: 57, 67 and BA. RGB value is (87,103,186). Sum of RGB (Red+Green+Blue) = 87+103+186=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #5767BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5767BA is #A89845. Grayscale: #6B6B6B. Windows color (decimal): -11049030 or 12216151. OLE color: 12216151.

HSL color Cylindrical-coordinate representation of color #5767BA: hue angle of 230.3º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5767BA is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 103 186 -
CMYK 0.53 0.45 0 0.27
HSL 230.3º 0.42% 0.54% -
HSV(B) 230.3º 0.53% 0.73% -
XYZ 17.64 15.27 48.47 -
YUV 107.68 172.2 113.25 -
System Red Green Blue C M Y K H S L
Decimal 87 103 186 0.53 0.45 0 0.27 230.3 0.42 0.54
Hex 57 67 BA 35 2D 0 1B E6 2A 36
Octal 127 147 272 65 55 0 33 346 52 66
Binary 1010111 1100111 10111010 110101 101101 0 11011 11100110 101010 110110

Color Harmonies of #5767BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5767BA

Black with #5767BA

Text Example


Text Example

White with #5767BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5767BA; }

 p { color: rgb(87,103,186); }

 H1.HeaderClassName
 {
   color: #5767BA;
 }
 .AnyTagClassName
 {
   color: #5767BA;
 }
</style>

background-color css

<style>
 a { background-color: #5767BA; }

 a { background-color: rgb(87,103,186); }

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

border-color css

<style>
 span { border-color: #5767BA; }

 span { border-color: rgb(87,103,186); }

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