Html Css Color HEX #5867BF Chetwode Blue

📋 copy color: '#5867BF'

red 88 ◦ green 103 ◦ blue 191

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

Shades of Chetwode Blue #5867BF

Tints of Chetwode Blue #5867BF

RGB

 RED value IS 88 (34.77% from 255) = 23.04%

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

 BLUE value IS 191 (75% from 255) = 50%

R = 23.04%
G = 26.96%
B = 50%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5867BF (or 0x5867BF) is known color: Chetwode Blue. HEX triplet: 58, 67 and BF. RGB value is (88,103,191). Sum of RGB (Red+Green+Blue) = 88+103+191=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #5867BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5867BF is #A79840. Grayscale: #6C6C6C. Windows color (decimal): -10983489 or 12543832. OLE color: 12543832.

HSL color Cylindrical-coordinate representation of color #5867BF: hue angle of 231.26º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5867BF is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 103 191 -
CMYK 0.54 0.46 0 0.25
HSL 231.26º 0.45% 0.55% -
HSV(B) 231.26º 0.54% 0.75% -
XYZ 18.28 15.54 51.33 -
YUV 108.55 174.53 113.34 -
System Red Green Blue C M Y K H S L
Decimal 88 103 191 0.54 0.46 0 0.25 231.26 0.45 0.55
Hex 58 67 BF 36 2E 0 19 E7 2D 37
Octal 130 147 277 66 56 0 31 347 55 67
Binary 1011000 1100111 10111111 110110 101110 0 11001 11100111 101101 110111

Color Harmonies of #5867BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5867BF

Black with #5867BF

Text Example


Text Example

White with #5867BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5867BF; }

 p { color: rgb(88,103,191); }

 H1.HeaderClassName
 {
   color: #5867BF;
 }
 .AnyTagClassName
 {
   color: #5867BF;
 }
</style>

background-color css

<style>
 a { background-color: #5867BF; }

 a { background-color: rgb(88,103,191); }

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

border-color css

<style>
 span { border-color: #5867BF; }

 span { border-color: rgb(88,103,191); }

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