Html Css Color HEX #589AC6 Picton Blue

📋 copy color: '#589AC6'

red 88 ◦ green 154 ◦ blue 198

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

Shades of Picton Blue #589AC6

Tints of Picton Blue #589AC6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35%

 BLUE value IS 198 (77.73% from 255) = 45%

R = 20%
G = 35%
B = 45%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#589AC6 (or 0x589AC6) is known color: Picton Blue. HEX triplet: 58, 9A and C6. RGB value is (88,154,198). Sum of RGB (Red+Green+Blue) = 88+154+198=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 198 - color contains mainly: blue. Hex color #589AC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589AC6 is #A76539. Grayscale: #8B8B8B. Windows color (decimal): -10970426 or 13015640. OLE color: 13015640.

HSL color Cylindrical-coordinate representation of color #589AC6: hue angle of 204º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #589AC6 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 88 154 198 -
CMYK 0.56 0.22 0 0.22
HSL 204º 0.49% 0.56% -
HSV(B) 204º 0.56% 0.78% -
XYZ 25.77 29.26 57.72 -
YUV 139.28 161.13 91.42 -
System Red Green Blue C M Y K H S L
Decimal 88 154 198 0.56 0.22 0 0.22 204 0.49 0.56
Hex 58 9A C6 38 16 0 16 CC 31 38
Octal 130 232 306 70 26 0 26 314 61 70
Binary 1011000 10011010 11000110 111000 10110 0 10110 11001100 110001 111000

Color Harmonies of #589AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589AC6

Black with #589AC6

Text Example


Text Example

White with #589AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589AC6; }

 p { color: rgb(88,154,198); }

 H1.HeaderClassName
 {
   color: #589AC6;
 }
 .AnyTagClassName
 {
   color: #589AC6;
 }
</style>

background-color css

<style>
 a { background-color: #589AC6; }

 a { background-color: rgb(88,154,198); }

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

border-color css

<style>
 span { border-color: #589AC6; }

 span { border-color: rgb(88,154,198); }

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