Html Css Color HEX #5E9CCB Picton Blue

📋 copy color: '#5E9CCB'

red 94 ◦ green 156 ◦ blue 203

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

Shades of Picton Blue #5E9CCB

Tints of Picton Blue #5E9CCB

RGB

 RED value IS 94 (37.11% from 255) = 20.75%

 GREEN value IS 156 (61.33% from 255) = 34.44%

 BLUE value IS 203 (79.69% from 255) = 44.81%

R = 20.75%
G = 34.44%
B = 44.81%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E9CCB (or 0x5E9CCB) is known color: Picton Blue. HEX triplet: 5E, 9C and CB. RGB value is (94,156,203). Sum of RGB (Red+Green+Blue) = 94+156+203=453 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.75% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E9CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9CCB is #A16334. Grayscale: #8E8E8E. Windows color (decimal): -10576693 or 13343838. OLE color: 13343838.

HSL color Cylindrical-coordinate representation of color #5E9CCB: hue angle of 205.87º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E9CCB is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 156 203 -
CMYK 0.54 0.23 0 0.20
HSL 205.87º 0.51% 0.58% -
HSV(B) 205.87º 0.54% 0.8% -
XYZ 27.28 30.47 60.94 -
YUV 142.82 161.96 93.18 -
System Red Green Blue C M Y K H S L
Decimal 94 156 203 0.54 0.23 0 0.20 205.87 0.51 0.58
Hex 5E 9C CB 36 17 0 14 CE 33 3A
Octal 136 234 313 66 27 0 24 316 63 72
Binary 1011110 10011100 11001011 110110 10111 0 10100 11001110 110011 111010

Color Harmonies of #5E9CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9CCB

Black with #5E9CCB

Text Example


Text Example

White with #5E9CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,156,203); }

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

background-color css

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

 a { background-color: rgb(94,156,203); }

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

border-color css

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

 span { border-color: rgb(94,156,203); }

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