Html Css Color HEX #5893CC Picton Blue

📋 copy color: '#5893CC'

red 88 ◦ green 147 ◦ blue 204

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

Shades of Picton Blue #5893CC

Tints of Picton Blue #5893CC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.49%

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 20.05%
G = 33.49%
B = 46.47%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5893CC (or 0x5893CC) is known color: Picton Blue. HEX triplet: 58, 93 and CC. RGB value is (88,147,204). Sum of RGB (Red+Green+Blue) = 88+147+204=439 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.05% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #5893CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5893CC is #A76C33. Grayscale: #878787. Windows color (decimal): -10972212 or 13407064. OLE color: 13407064.

HSL color Cylindrical-coordinate representation of color #5893CC: hue angle of 209.48º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5893CC is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 147 204 -
CMYK 0.57 0.28 0 0.2
HSL 209.48º 0.53% 0.57% -
HSV(B) 209.48º 0.57% 0.8% -
XYZ 25.36 27.3 61.06 -
YUV 135.86 166.45 93.87 -
System Red Green Blue C M Y K H S L
Decimal 88 147 204 0.57 0.28 0 0.2 209.48 0.53 0.57
Hex 58 93 CC 39 1C 0 14 D1 35 39
Octal 130 223 314 71 34 0 24 321 65 71
Binary 1011000 10010011 11001100 111001 11100 0 10100 11010001 110101 111001

Color Harmonies of #5893CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5893CC

Black with #5893CC

Text Example


Text Example

White with #5893CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5893CC; }

 p { color: rgb(88,147,204); }

 H1.HeaderClassName
 {
   color: #5893CC;
 }
 .AnyTagClassName
 {
   color: #5893CC;
 }
</style>

background-color css

<style>
 a { background-color: #5893CC; }

 a { background-color: rgb(88,147,204); }

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

border-color css

<style>
 span { border-color: #5893CC; }

 span { border-color: rgb(88,147,204); }

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